Welcome![Sign In][Sign Up]
Location:
Search - c TO MATLAB

Search list

[.netmatlab

Description: 如何在matlab下做的com组件,然后在vb,c#.net,vc实现调用然后打包-Matlab how to do so under the com component, and then in vb, c#. Net, vc call and then packaged to achieve
Platform: | Size: 13381632 | Author: 王红 | Hits:

[matlabFFT

Description: 脑波FFT变换 调用格式见m文件头部说明(下边也复制了一份) 有配套.DLL.h.lib.ctf文件,可以在C或C++环境中调用 ------------------------------------ 保存为FFT.m文件 输入参数: N:进行FFT变换的点数(要求是2的N次幂); fs:信号的采样频率(frequency of simpling) sig:进行FFT变换的数组(一维)。 输出参数: f_sig:变换后的信号(一维数组) E_delta、E_theta 、E_alpha、E_beta分别表示δθαβ相应频段的能量加和。 other为其余频段的能量加和(供参考用) -------------------------------------------------------------------------- function[ f_sig ,E_delta , E_theta , E_alpha , E_beta , other ] = FFT( N , fs , sig )-EEG FFT transform is called m file format, see head illustrate the matching DLL files, you can be C or C++ to call------------------------ simpling) sig: to FFT transform array (one dimension). Output Parameters: f_sig: transformation of the signal (one-dimensional array) E_delta, E_theta, E_alpha, E_beta δθαβ, respectively, the energy increases and the corresponding frequency band. Other for the rest of the energy band increases, and (for reference) -------------------------------------------------------------------------- function [f_sig, E_delta, E_theta, E_alpha, E_beta , other] = FFT (N, fs, sig)
Platform: | Size: 206848 | Author: 张诚 | Hits:

[Special Effectsimrotate_my

Description: 一个空间点P绕一个中心点C旋转可用接续的三个变换来实现:第1个变换平移点C到坐标系原点位置,第2个变换将点P绕原点旋转,第3个变换平移点C回到其相对于坐标系原点的原始位置。当原始图像点乘以变换矩阵,得到新的图像位置点时,其位置可能不是整数值,该位置的灰度值需要通过灰度插值获得。在不改变输出图像大小的情况下,超出原始图片范围的区域,MATLAB原有函数imrotate的处理方法为将其灰度值全部置零,本文通过取模操作对超出区域进行了另外一种控制方法imrotate_my函数,能够较好的显示出图像旋转的边界变化。 -A space around the center point P C available in three rotating to realize the transformation: the first one translation: C to coordinate transformation, the origin place of 2 transform point P around the rotation, the origin of the three points to the transformation of C translation relative to the original position of axis. When the original image point multiply the transformation matrix, a new image position, the position may not integer, this position gray value by gray interpolation gain needed. No change in the size of the image output circumstance, the area beyond the original image, the original function imrotate MATLAB treatment method for the grey value all zeros, based on beyond the area take mould operation on another control method imrotate_my function, to better show of image rotation boundaries.
Platform: | Size: 2048 | Author: 肥猪流 | Hits:

[matlabLEACHmultihop

Description: LEACH一个修改模型,适用于多条方式,从而实现长距离传送-LEACH a modified model for a number of ways in order to achieve long-distance transmission
Platform: | Size: 2048 | Author: 瞿琦 | Hits:

[CSharpMATLABCSharpbook

Description: 《MATLAB® C#® Book》使用C#和Matlab的混合编程。-This book is a great tutorial for C# programmers who use MATLAB to develop applications and solutions
Platform: | Size: 1389568 | Author: Alan_Tang | Hits:

[matlabC

Description: 运用迭代法计算信道容量,MATLAB语言,输入参数:先验概率矩阵,输出:信道容量。-The use of iterative method to calculate the channel capacity, MATLAB language, input parameters: a priori probability matrix, the output: channel capacity.
Platform: | Size: 1024 | Author: gechengwei | Hits:

[transportation applicationsPID-control-C-demo

Description: PID控制的c语言源程序,稍加修改可以应用于控制系统-PID control c-language source code, slightly modified control system can be applied to
Platform: | Size: 24576 | Author: simon | Hits:

[matlaberlangc

Description: a code which serves to form an erlang c table
Platform: | Size: 1024 | Author: isilay | Hits:

[Software Engineeringmatlab-code

Description: 模式识别c均值聚类,也陈k均值,是模式识别中最最要的聚类方法之一。-Pattern Recognition, c-means clustering, and Chen k means, is far the most to the clustering pattern recognition methods.
Platform: | Size: 118784 | Author: | Hits:

[Other3DComputerVisionTechniquesandAlgorithms

Description: This book provides a comprehensive introduction to the methods, theories and algorithms of 3D computer vision. Almost every theoretical issue is underpinned with practical implementation or a working algorithm using pseudo-code and complete code written in C++ and MatLab® . There is the additional clarification of an accompanying website with downloadable software, case studies and exercises. Organised in three parts, Cyganek and Siebert give a brief history of vision research, and subsequently.
Platform: | Size: 9840640 | Author: chen | Hits:

[matlabFCM

Description: 在matlab平台下实现的FCM(模糊C均值)聚类分割-In the matlab platform to achieve FCM (fuzzy C mean) clustering segmentation
Platform: | Size: 402432 | Author: sally | Hits:

[Othercr--matlab

Description: 基于认知无线电网络的接入策略仿真实现,大家有做cr的可以一块讨论 -This is an on learning c++ for some good suggestions, we want to help.
Platform: | Size: 357376 | Author: eric | Hits:

[matlabC

Description: c语言例题程序,还有最小二乘法支持向量机的MATLAB调试测试运行-Example programs c language, as well as least squares support vector machines to run MATLAB Debugging and Testing
Platform: | Size: 40960 | Author: 小马 | Hits:

[Graph DrawingSeg-Y-duqujixianshi-Matlab

Description: 此代码 实现 Seg-Y文件的 读取及显示 功能,在matlab环境下开发的,完整调试通过,且附有详细的程序说明。并附有测试的 seg-y 文件。可以帮助学地球物理的,特别是学 物探 的人员实现 需要的功能!对于想要C++代码的,可以自己看懂后,自己写成C++程序,非常简单,方便!-This code implements the Seg-Y file to read and display capabilities, developed under the matlab environment, complete debugging through, and with a detailed description of the procedures. Together with the test seg-y files. Geophysical science can help, especially school staff to achieve required geophysical features! For those who want C++ code, you can read his post, written in C++ program itself is very simple and convenient!
Platform: | Size: 52224 | Author: dj | Hits:

[Graph programCSharp_MATLAB

Description: 3种方法用C#调用matlab代码,3种方法都使用同一个例子-This demo shows three ways to integrate MATLAB code into a C# project. All three methods use the same example from MATLAB, but each interacts with it in a different fashion.
Platform: | Size: 1634304 | Author: your name | Hits:

[Special Effectschapter4

Description: 《数字图像处理与机器视觉:Visual C++与Matlab实现》4 特征提取,图像识别初步,人工神经网络,基于ANN的数字字符识别系统-" Digital image processing and machine vision: Visual C++ and Matlab to achieve" four feature extraction, image recognition initially, artificial neural network, ANN based digital character recognition system
Platform: | Size: 726016 | Author: 陈新秋 | Hits:

[Special Effectschapter13

Description: 《数字图像处理与机器视觉:Visual C++与Matlab实现》6 支持向量机,综合案例——基于PCA和SVM的人脸识别系统-" Digital image processing and machine vision: Visual C++ and Matlab to achieve" 6 support vector machines, comprehensive case- based on PCA and SVM for Face Recognition System
Platform: | Size: 14796800 | Author: 陈新秋 | Hits:

[Special EffectsTexture

Description: 用灰度共生矩阵对共生矩阵归一化和计算能量、熵、惯性矩、相关4个纹理参数。-On the symbiosis with the GLCM matrix normalization and calculation of energy, entropy, moment of inertia, related to four texture parameters.
Platform: | Size: 1024 | Author: 青青 | Hits:

[Otherc

Description: simulink 仿真pid控制器 simulink pid controller which is simple to use-simulink pid controller which is simple to use
Platform: | Size: 6144 | Author: 潘一帆 | Hits:

[matlabmatlab-carlicense

Description: 车牌识别程序,结合C++和MATLAB语言编写。在雨天、或光线不足时保持高识别率。-License plate recognition program, combined with C++ and MATLAB language. In the rain, or light enough to maintain a high recognition rate.
Platform: | Size: 2741248 | Author: 梨花 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

CodeBus www.codebus.net